Uses of Interface
org.eclipse.vtp.framework.interactions.core.IInteractionTypeSelection

Packages that use IInteractionTypeSelection
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.interactions.core.actions   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of IInteractionTypeSelection in org.eclipse.vtp.framework.engine.http
 

Classes in org.eclipse.vtp.framework.engine.http that implement IInteractionTypeSelection
 class DeploymentExecution
          A single execution on the HTTP connector.
 

Uses of IInteractionTypeSelection in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type IInteractionTypeSelection
MetaDataRequestAction(IActionContext context, IConversation conversation, MetaDataConfiguration configuration, IVariableRegistry variables, IBrandSelection brandSelection, IInteractionTypeSelection interactionTypeSelection, ILanguageSelection languageSelection)
          Creates a new MetaDataMessageAction.
 

Uses of IInteractionTypeSelection in org.eclipse.vtp.framework.interactions.core.services
 

Constructors in org.eclipse.vtp.framework.interactions.core.services with parameters of type IInteractionTypeSelection
Conversation(ICommandProcessor commandProcessor, IBrandSelection brandSelection, IInteractionTypeSelection interactionTypeSelection, ILanguageSelection languageSelection, IMediaProviderRegistry mediaProviderRegistry, IVariableRegistry variableRegistry, IScriptingService scriptingService)
          Creates a new Conversation.